color editor: Add accessible labels
authorMatthias Clasen <mclasen@redhat.com>
Sun, 25 Oct 2020 03:55:56 +0000 (23:55 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 25 Oct 2020 03:55:56 +0000 (23:55 -0400)
Add some labels to the controls in this dialog.

gtk/ui/gtkcoloreditor.ui

index bb17b590fac2a2e5aa05b52e54e83576ac4d0d81..99fe130adf80ad8a2f980c4b1d6588a2bcaef22b 100644 (file)
@@ -49,6 +49,9 @@
                   <property name="column">0</property>
                   <property name="row">0</property>
                 </layout>
+                <accessibility>
+                  <property name="label" translatable="yes">Pick a color from the screen</property>
+                </accessibility>
               </object>
             </child>
             <child>
@@ -73,6 +76,9 @@
                   <property name="column">2</property>
                   <property name="row">0</property>
                 </layout>
+                <accessibility>
+                  <property name="label" translatable="yes">Hexadecimal color or color name</property>
+                </accessibility>
               </object>
             </child>
             <child>
@@ -86,6 +92,9 @@
                   <property name="column">0</property>
                   <property name="row">1</property>
                 </layout>
+                <accessibility>
+                  <property name="label" translatable="yes">Hue</property>
+                </accessibility>
               </object>
             </child>
             <child>
                   <property name="row">2</property>
                   <property name="column-span">2</property>
                 </layout>
+                <accessibility>
+                  <property name="label" translatable="yes">Alpha value</property>
+                </accessibility>
               </object>
             </child>
             <child>
                   <property name="row">1</property>
                   <property name="column-span">2</property>
                 </layout>
+                <accessibility>
+                  <property name="label" translatable="yes">Saturation and value</property>
+                </accessibility>
               </object>
             </child>
           </object>